home *** CD-ROM | disk | FTP | other *** search
- #
- # QOS Makefile for Watcom 9.5 C/C++ 32 with DOS/4GW extender.
- #
-
- CFLAGS = -DMSDOS
-
- all: wc4g.tag xclock.exe ~\app-defa\xclock.res
-
- O = xclock.obj
-
- .c.obj :
- wcc386 $(CFLAGS) $*.c
-
- ~\app-defa\xclock.res: xclock.ad
- copy xclock.ad ~\app-defa\xclock.res
-
- xclock.exe: wc4g $(O)
- wlink N xclock.exe f xclock l xaw,xmu,xt,X11,xext,sys op st=30k,caseexact
-
- wc4g.tag:
- del *.tag
- del *.obj
- del *.map
- del *.rsp
- del *.cfg
- del *.exe
- echo >wc4g.tag
-